From 7a2e0b5994ac590701957fb560f4a3474eb32923 Mon Sep 17 00:00:00 2001 From: Steven Hand Date: Wed, 30 Aug 2006 13:51:12 +0100 Subject: [PATCH] Fix fix :-) Signed-off-by: Steven Hand --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index def0804e54..48ff0ff291 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1494,7 +1494,7 @@ class XendDomainInfo: if rc != 0: raise XendError("Device of type '%s' refuses migration." % n) - def testDeviceComplete(self): + def testDeviceComplete(self): """ For Block IO migration safety we must ensure that the device has shutdown correctly, i.e. all blocks are flushed to disk -- 2.30.2